Doug Torrance [Tue, 28 Jun 2022 21:13:20 +0000 (22:13 +0100)]
Modifications to work with dh_elpa.
Forwarded: not-needed
Last-Update: 2022-02-08
* Strip down setupEmacs() function. We only set f12 as a global key
to start Macaulay2 inside Emacs. This also strips (load "M2-init")
from a user's existing .emacs-Macaulay2 file, which would cause
errors if they haven't installed elpa-macaulay2. We also warn the
user if elpa-macaulay2 isn't installed.
* Fix path to M2-emacs-help.txt in documentation.
Doug Torrance [Tue, 28 Jun 2022 21:13:20 +0000 (22:13 +0100)]
Set AuxiliaryFiles and UseCachedExampleOutput options to
Forwarded: not-needed
Last-Update: 2021-02-20
true for several packages whose examples are cached because
generating them has been known to cause build failures on various
architectures. See debian/scripts/generate-examples.m2.
Doug Torrance [Tue, 28 Jun 2022 21:13:20 +0000 (22:13 +0100)]
Reproducible version hash table.
Forwarded: not-needed
Last-Update: 2021-09-23
- For version#"configure arguments", we replace the build directory
with "/build/path" in all the instances of the -fdebug-prefix-map
flag.
- For version#"compile-node-name" and version#"operating system release", we
use dummy values.
Doug Torrance [Tue, 28 Jun 2022 21:13:20 +0000 (22:13 +0100)]
Provide version#"git description".
Forwarded: not-needed
Last-Update: 2020-12-21
Since we may not be building the package from a git repository, we
hardcode the git description ahead of time. This patch is
automatically updated by debian/scripts/m2-get-orig-source.sh.
Doug Torrance [Tue, 28 Jun 2022 21:13:20 +0000 (22:13 +0100)]
macaulay2 (1.20+ds-7) unstable; urgency=medium
* debian/patches/skip-failing-core-tests.patch
- Update upper bound for timing-quotient test to avoid failures in
Ubuntu amd64 autopkgtests. Thanks to Graham Inggs for the patch.
Doug Torrance [Tue, 14 Jun 2022 14:41:24 +0000 (15:41 +0100)]
Modifications to work with dh_elpa.
Forwarded: not-needed
Last-Update: 2022-02-08
* Strip down setupEmacs() function. We only set f12 as a global key
to start Macaulay2 inside Emacs. This also strips (load "M2-init")
from a user's existing .emacs-Macaulay2 file, which would cause
errors if they haven't installed elpa-macaulay2. We also warn the
user if elpa-macaulay2 isn't installed.
* Fix path to M2-emacs-help.txt in documentation.
Doug Torrance [Tue, 14 Jun 2022 14:41:24 +0000 (15:41 +0100)]
Set AuxiliaryFiles and UseCachedExampleOutput options to
Forwarded: not-needed
Last-Update: 2021-02-20
true for several packages whose examples are cached because
generating them has been known to cause build failures on various
architectures. See debian/scripts/generate-examples.m2.
Doug Torrance [Tue, 14 Jun 2022 14:41:24 +0000 (15:41 +0100)]
Reproducible version hash table.
Forwarded: not-needed
Last-Update: 2021-09-23
- For version#"configure arguments", we replace the build directory
with "/build/path" in all the instances of the -fdebug-prefix-map
flag.
- For version#"compile-node-name" and version#"operating system release", we
use dummy values.
Doug Torrance [Tue, 14 Jun 2022 14:41:24 +0000 (15:41 +0100)]
Provide version#"git description".
Forwarded: not-needed
Last-Update: 2020-12-21
Since we may not be building the package from a git repository, we
hardcode the git description ahead of time. This patch is
automatically updated by debian/scripts/m2-get-orig-source.sh.
Doug Torrance [Sat, 21 May 2022 11:09:31 +0000 (12:09 +0100)]
Modifications to work with dh_elpa.
Forwarded: not-needed
Last-Update: 2022-02-08
* Strip down setupEmacs() function. We only set f12 as a global key
to start Macaulay2 inside Emacs. This also strips (load "M2-init")
from a user's existing .emacs-Macaulay2 file, which would cause
errors if they haven't installed elpa-macaulay2. We also warn the
user if elpa-macaulay2 isn't installed.
* Fix path to M2-emacs-help.txt in documentation.
Doug Torrance [Sat, 21 May 2022 11:09:31 +0000 (12:09 +0100)]
Set AuxiliaryFiles and UseCachedExampleOutput options to
Forwarded: not-needed
Last-Update: 2021-02-20
true for several packages whose examples are cached because
generating them has been known to cause build failures on various
architectures. See debian/scripts/generate-examples.m2.
Doug Torrance [Sat, 21 May 2022 11:09:31 +0000 (12:09 +0100)]
Reproducible version hash table.
Forwarded: not-needed
Last-Update: 2021-09-23
- For version#"configure arguments", we replace the build directory
with "/build/path" in all the instances of the -fdebug-prefix-map
flag.
- For version#"compile-node-name" and version#"operating system release", we
use dummy values.
Doug Torrance [Sat, 21 May 2022 11:09:31 +0000 (12:09 +0100)]
Provide version#"git description".
Forwarded: not-needed
Last-Update: 2020-12-21
Since we may not be building the package from a git repository, we
hardcode the git description ahead of time. This patch is
automatically updated by debian/scripts/m2-get-orig-source.sh.
Doug Torrance [Sat, 21 May 2022 11:09:31 +0000 (12:09 +0100)]
macaulay2 (1.20+ds-4) unstable; urgency=medium
* debian/control
- Add node-import-local, node-interpret, and node-rechoir to
Build-Depends-Indep; needed for webpack 5 to build highlight.js for
syntax highlighting in the HTML documentation.
* debian/rules
- Re-enable syntax highlighting in the HTML documentation; the webpack
bug that was causing build failures has been fixed.
Doug Torrance [Tue, 17 May 2022 02:26:51 +0000 (03:26 +0100)]
Modifications to work with dh_elpa.
Forwarded: not-needed
Last-Update: 2022-02-08
* Strip down setupEmacs() function. We only set f12 as a global key
to start Macaulay2 inside Emacs. This also strips (load "M2-init")
from a user's existing .emacs-Macaulay2 file, which would cause
errors if they haven't installed elpa-macaulay2. We also warn the
user if elpa-macaulay2 isn't installed.
* Fix path to M2-emacs-help.txt in documentation.
Doug Torrance [Tue, 17 May 2022 02:26:51 +0000 (03:26 +0100)]
Set AuxiliaryFiles and UseCachedExampleOutput options to
Forwarded: not-needed
Last-Update: 2021-02-20
true for several packages whose examples are cached because
generating them has been known to cause build failures on various
architectures. See debian/scripts/generate-examples.m2.
Doug Torrance [Tue, 17 May 2022 02:26:51 +0000 (03:26 +0100)]
Reproducible version hash table.
Forwarded: not-needed
Last-Update: 2021-09-23
- For version#"configure arguments", we replace the build directory
with "/build/path" in all the instances of the -fdebug-prefix-map
flag.
- For version#"compile-node-name" and version#"operating system release", we
use dummy values.
Doug Torrance [Tue, 17 May 2022 02:26:51 +0000 (03:26 +0100)]
Provide version#"git description".
Forwarded: not-needed
Last-Update: 2020-12-21
Since we may not be building the package from a git repository, we
hardcode the git description ahead of time. This patch is
automatically updated by debian/scripts/m2-get-orig-source.sh.
Doug Torrance [Mon, 2 May 2022 00:14:15 +0000 (01:14 +0100)]
Modifications to work with dh_elpa.
Forwarded: not-needed
Last-Update: 2022-02-08
* Strip down setupEmacs() function. We only set f12 as a global key
to start Macaulay2 inside Emacs. This also strips (load "M2-init")
from a user's existing .emacs-Macaulay2 file, which would cause
errors if they haven't installed elpa-macaulay2. We also warn the
user if elpa-macaulay2 isn't installed.
* Fix path to M2-emacs-help.txt in documentation.
Doug Torrance [Mon, 2 May 2022 00:14:15 +0000 (01:14 +0100)]
Set AuxiliaryFiles and UseCachedExampleOutput options to
Forwarded: not-needed
Last-Update: 2021-02-20
true for several packages whose examples are cached because
generating them has been known to cause build failures on various
architectures. See debian/scripts/generate-examples.m2.
Doug Torrance [Mon, 2 May 2022 00:14:15 +0000 (01:14 +0100)]
Reproducible version hash table.
Forwarded: not-needed
Last-Update: 2021-09-23
- For version#"configure arguments", we replace the build directory
with "/build/path" in all the instances of the -fdebug-prefix-map
flag.
- For version#"compile-node-name" and version#"operating system release", we
use dummy values.
Doug Torrance [Mon, 2 May 2022 00:14:15 +0000 (01:14 +0100)]
Provide version#"git description".
Forwarded: not-needed
Last-Update: 2020-12-21
Since we may not be building the package from a git repository, we
hardcode the git description ahead of time. This patch is
automatically updated by debian/scripts/m2-get-orig-source.sh.
Doug Torrance [Sun, 1 May 2022 18:10:02 +0000 (19:10 +0100)]
Modifications to work with dh_elpa.
Forwarded: not-needed
Last-Update: 2022-02-08
* Strip down setupEmacs() function. We only set f12 as a global key
to start Macaulay2 inside Emacs. This also strips (load "M2-init")
from a user's existing .emacs-Macaulay2 file, which would cause
errors if they haven't installed elpa-macaulay2. We also warn the
user if elpa-macaulay2 isn't installed.
* Fix path to M2-emacs-help.txt in documentation.
Doug Torrance [Sun, 1 May 2022 18:10:02 +0000 (19:10 +0100)]
Set AuxiliaryFiles and UseCachedExampleOutput options to
Forwarded: not-needed
Last-Update: 2021-02-20
true for several packages whose examples are cached because
generating them has been known to cause build failures on various
architectures. See debian/scripts/generate-examples.m2.
Doug Torrance [Sun, 1 May 2022 18:10:02 +0000 (19:10 +0100)]
Reproducible version hash table.
Forwarded: not-needed
Last-Update: 2021-09-23
- For version#"configure arguments", we replace the build directory
with "/build/path" in all the instances of the -fdebug-prefix-map
flag.
- For version#"compile-node-name" and version#"operating system release", we
use dummy values.
Doug Torrance [Sun, 1 May 2022 18:10:02 +0000 (19:10 +0100)]
Provide version#"git description".
Forwarded: not-needed
Last-Update: 2020-12-21
Since we may not be building the package from a git repository, we
hardcode the git description ahead of time. This patch is
automatically updated by debian/scripts/m2-get-orig-source.sh.
[Changes introduced in 1.18+ds-1+rpi1 by Peter Michael Green]
* Disable testsuite.
* Link individual font files rather than whole directory to avoid errors
on ".uuid" file.
* Disable upstream clean target, it's worse than useless
* Start writing manual cleanup (far from complete at this point)
[changes introduced in 1.19.1+ds-8+rpi1 by Peter Michael Green]
* Disable documentation build.
* Extend manual cleaning (still not complete).
* Strip down setupEmacs() function. We only set f12 as a global key
to start Macaulay2 inside Emacs. This also strips (load "M2-init")
from a user's existing .emacs-Macaulay2 file, which would cause
errors if they haven't installed elpa-macaulay2. We also warn the
user if elpa-macaulay2 isn't installed.
* Fix path to M2-emacs-help.txt in documentation.
Set AuxiliaryFiles and UseCachedExampleOutput options to
Forwarded: not-needed
Last-Update: 2021-02-20
true for several packages whose examples are cached because
generating them has been known to cause build failures on various
architectures. See debian/scripts/generate-examples.m2.
- For version#"configure arguments", we replace the build directory
with "/build/path" in all the instances of the -fdebug-prefix-map
flag.
- For version#"compile-node-name" and version#"operating system release", we
use dummy values.
Since we may not be building the package from a git repository, we
hardcode the git description ahead of time. This patch is
automatically updated by debian/scripts/m2-get-orig-source.sh.
Doug Torrance [Sun, 24 Jan 2021 13:57:47 +0000 (13:57 +0000)]
Modifications to work with dh_elpa.
Forwarded: not-needed
Last-Update: 2021-01-01
* Strip down setupEmacs() function. We only set f12 as a global key
to start Macaulay2 inside Emacs. This also strips (load "M2-init")
from a user's existing .emacs-Macaulay2 file, which would cause
errors if they haven't installed elpa-macaulay2. We also warn the
user if elpa-macaulay2 isn't installed.
* Set the correct installation directory for the Emacs files in the
configure script.